home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib1 / v_01_02 / 1n02015a < prev    next >
Encoding:
Text File  |  1995-11-01  |  686 b   |  17 lines

  1.         
  2. ==============================================================================
  3.     Listing 4. GSP type definitions.
  4. ==============================================================================
  5.  
  6. /*--------------------------------------------------------------------------*/
  7. /*  Define integral data types                                              */
  8. /*--------------------------------------------------------------------------*/
  9. typedef unsigned char   uchar;
  10. typedef unsigned short  ushort;
  11. typedef unsigned long   ulong;
  12. typedef uchar           *PTR;
  13. typedef unsigned long   HPTR;
  14.         
  15. ==============================================================================
  16.  
  17.